[INFO] cloning repository https://github.com/cobaltburn/catalystdb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cobaltburn/catalystdb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcobaltburn%2Fcatalystdb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcobaltburn%2Fcatalystdb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5c4fdbe5f2db752209d733d1f6f93be4cfc6a6a7
[INFO] testing cobaltburn/catalystdb against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcobaltburn%2Fcatalystdb" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cobaltburn/catalystdb
[INFO] finished tweaking git repo https://github.com/cobaltburn/catalystdb
[INFO] tweaked toml for git repo https://github.com/cobaltburn/catalystdb written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cobaltburn/catalystdb on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cobaltburn/catalystdb already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 111e5b5fb49bc20105ca523873feddd8276f976bd267b6c690ffe5abcd4a71fd
[INFO] running `Command { std: "docker" "start" "-a" "111e5b5fb49bc20105ca523873feddd8276f976bd267b6c690ffe5abcd4a71fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "111e5b5fb49bc20105ca523873feddd8276f976bd267b6c690ffe5abcd4a71fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "111e5b5fb49bc20105ca523873feddd8276f976bd267b6c690ffe5abcd4a71fd", kill_on_drop: false }`
[INFO] [stdout] 111e5b5fb49bc20105ca523873feddd8276f976bd267b6c690ffe5abcd4a71fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ede1f2c1df8d0291252e1e95d8527ce77fc8721e882a9bc9c0ae1175ddf06c9
[INFO] running `Command { std: "docker" "start" "-a" "6ede1f2c1df8d0291252e1e95d8527ce77fc8721e882a9bc9c0ae1175ddf06c9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.2
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling bytestring v1.4.0
[INFO] [stderr]    Compiling serde_json v1.0.134
[INFO] [stderr]    Compiling cpufeatures v0.2.16
[INFO] [stderr]    Compiling local-channel v0.1.5
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling impl-more v0.1.9
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling reblessive v0.4.2
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling syn v2.0.92
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling cc v1.2.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.216
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling actix_derive v0.6.2
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling zstd v0.13.2
[INFO] [stderr]    Compiling tokio v1.42.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling actix-rt v2.10.0
[INFO] [stderr]    Compiling actix-server v2.5.0
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling actix v0.13.5
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde-content v0.1.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling actix-http v3.9.0
[INFO] [stderr]    Compiling actix-web v4.9.0
[INFO] [stderr]    Compiling catalystdb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `ident::Ident`, `idiom::Idioms`, `path::Path`, `self`, `table`, and `walk::Walk`
[INFO] [stdout]   --> src/dbs/iterator.rs:5:17
[INFO] [stdout]    |
[INFO] [stdout]  5 |         graph::{self, Graph},
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout]  6 |         ops::{get::Get, walk::Walk},
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout]  7 |         table,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |         edge::Edge, fields::Field, ident::Ident, idiom::Idioms, object::Object, path::Path,
[INFO] [stdout]    |                                    ^^^^^^^^^^^^  ^^^^^^^^^^^^^                  ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `graph::Graph`
[INFO] [stdout]  --> src/dbs/ops/walk.rs:2:27
[INFO] [stdout]   |
[INFO] [stdout] 2 |     dbs::{entity::Entity, graph::Graph},
[INFO] [stdout]   |                           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Stack` and `tree::Stk`
[INFO] [stdout]  --> src/dbs/ops/walk.rs:8:18
[INFO] [stdout]   |
[INFO] [stdout] 8 | use reblessive::{tree::Stk, Stack, TreeStack};
[INFO] [stdout]   |                  ^^^^^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `record::Record` and `resp::Response`
[INFO] [stdout]  --> src/dbs/table.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 |     ql::{record::Record, value::Value},
[INFO] [stdout]   |          ^^^^^^^^^^^^^^
[INFO] [stdout] 4 |     resp::Response,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Handler`, `Message`, and `ResponseFuture`
[INFO] [stdout]  --> src/dbs/table.rs:6:35
[INFO] [stdout]   |
[INFO] [stdout] 6 | use actix::{Actor, Addr, Context, Handler, Message, ResponseFuture};
[INFO] [stdout]   |                                   ^^^^^^^  ^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `IntoParallelRefIterator` and `ParallelIterator`
[INFO] [stdout]  --> src/dbs/table.rs:7:19
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rayon::iter::{IntoParallelRefIterator, ParallelIterator};
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/ql/array.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reblessive::tree::{self, Stk};
[INFO] [stdout]   |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `fields::Field`, `get::Get`, `ident::Ident`, and `idiom::Idiom`
[INFO] [stdout]   --> src/ql/func/get.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         ops::{get::Get, retrieve::Retrieve, walk::Walk},
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |         fields::Field,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 12 |         ident::Ident,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 13 |         idiom::Idiom,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/ql/object.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reblessive::tree::{self, Stk};
[INFO] [stdout]   |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::uuid::Uuid`
[INFO] [stdout]  --> src/ql/record.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::uuid::Uuid;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]   --> src/dbs/iterator.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         todo!();
[INFO] [stdout]    |         ------- any code following this expression is unreachable
[INFO] [stdout] 58 |         let mut responses: Vec<Value> = Vec::new();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/dbs/entity.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn evaluate(&self, val: &Value) -> Result<Value, Error> {
[INFO] [stdout]     |                            ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stk`
[INFO] [stdout]   --> src/dbs/iterator.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |         stk: &mut Stk,
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_stk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `graph`
[INFO] [stdout]   --> src/dbs/iterator.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         graph: &Addr<Graph>,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_graph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expr`
[INFO] [stdout]   --> src/dbs/iterator.rs:88:33
[INFO] [stdout]    |
[INFO] [stdout] 88 |                 Field::Single { expr, alias } => {
[INFO] [stdout]    |                                 ^^^^ help: try ignoring the field: `expr: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `alias`
[INFO] [stdout]   --> src/dbs/iterator.rs:88:39
[INFO] [stdout]    |
[INFO] [stdout] 88 |                 Field::Single { expr, alias } => {
[INFO] [stdout]    |                                       ^^^^^ help: try ignoring the field: `alias: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dir`
[INFO] [stdout]   --> src/dbs/iterator.rs:46:16
[INFO] [stdout]    |
[INFO] [stdout] 46 |         Edge { dir, from, to }: Edge,
[INFO] [stdout]    |                ^^^ help: try ignoring the field: `dir: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to`
[INFO] [stdout]   --> src/dbs/iterator.rs:46:27
[INFO] [stdout]    |
[INFO] [stdout] 46 |         Edge { dir, from, to }: Edge,
[INFO] [stdout]    |                           ^^ help: try ignoring the field: `to: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node`
[INFO] [stdout]   --> src/dbs/iterator.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let node = match response {
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `filter`
[INFO] [stdout]   --> src/dbs/ops/get.rs:31:21
[INFO] [stdout]    |
[INFO] [stdout] 31 |         if let Some(filter) = filter {
[INFO] [stdout]    |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_filter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/dbs/ops/walk.rs:72:21
[INFO] [stdout]    |
[INFO] [stdout] 72 |                 let mut stack = TreeStack::new();
[INFO] [stdout]    |                     ----^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `filter`
[INFO] [stdout]   --> src/dbs/ops/walk.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 |             if let Some(filter) = filter {
[INFO] [stdout]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_filter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stack`
[INFO] [stdout]   --> src/dbs/ops/walk.rs:72:21
[INFO] [stdout]    |
[INFO] [stdout] 72 |                 let mut stack = TreeStack::new();
[INFO] [stdout]    |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stack`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]    --> src/ql/idiom.rs:105:19
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn parse_walk(start: Part, parts: &mut Iter<Part>) -> Result<Value, Error> {
[INFO] [stdout]     |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `part`
[INFO] [stdout]    --> src/ql/idiom.rs:107:24
[INFO] [stdout]     |
[INFO] [stdout] 107 |         while let Some(part) = parts.next() {}
[INFO] [stdout]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_part`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Iterable` is never used
[INFO] [stdout]   --> src/dbs/iterator.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum Iterable {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `process`, `process_edge`, `process_value`, `process_record`, and `process_table` are never used
[INFO] [stdout]    --> src/dbs/iterator.rs:31:18
[INFO] [stdout]     |
[INFO] [stdout]  30 | impl Iterable {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout]  31 |     pub async fn process(
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 |     async fn process_edge(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     async fn process_value(
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     async fn process_record(record: Addr<Entity>, stm: &Statement<'_>) -> Result<Value, Error> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |     async fn process_table(table: Vec<Addr<Entity>>, stm: &Statement<'_>) -> Result<Value, Error> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Iterator` is never constructed
[INFO] [stdout]    --> src/dbs/iterator.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub struct Iterator {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/dbs/iterator.rs:146:12
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl Iterator {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout] 146 |     pub fn new() -> Iterator {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn ingest(&mut self, value: Iterable) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub async fn ingest_record(&mut self, id: Record, graph: &Addr<Graph>) -> Result<(), Error> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |     pub async fn ingest_table(
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     pub fn ingest_edge(&mut self, edge: Edge) -> Result<(), Error> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub fn set_limit(&mut self, stm: &Statement<'_>) -> Result<(), Error> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub fn set_start(&mut self, stm: &Statement<'_>) -> Result<(), Error> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     pub async fn process(
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `incorperate` is never used
[INFO] [stdout]   --> src/ql/condition.rs:32:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl Condition {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     fn incorperate(&self, fields: &BTreeMap<Arc<str>, Value>) -> Condition {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `neg` is never used
[INFO] [stdout]  --> src/ql/func/operation.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn neg(val: Value) -> Result<Value, Error> {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `not` is never used
[INFO] [stdout]  --> src/ql/func/operation.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn not(val: Value) -> Result<Value, Error> {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Idioms` is never constructed
[INFO] [stdout]   --> src/ql/idiom.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Idioms(pub Vec<Idiom>);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse_walk` is never used
[INFO] [stdout]    --> src/ql/idiom.rs:105:8
[INFO] [stdout]     |
[INFO] [stdout]  39 | impl Idiom {
[INFO] [stdout]     | ---------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 105 |     fn parse_walk(start: Part, parts: &mut Iter<Part>) -> Result<Value, Error> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `serialize` is never used
[INFO] [stdout]  --> src/ql/serde/arc_str_serde.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn serialize<S>(value: &Arc<str>, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `deserialize` is never used
[INFO] [stdout]   --> src/ql/serde/arc_str_serde.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn deserialize<'de, D>(deserializer: D) -> Result<Arc<str>, D::Error>
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Select` is never constructed
[INFO] [stdout]   --> src/ql/statements/select.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct Select {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `compute` is never used
[INFO] [stdout]   --> src/ql/statements/select.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Select {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] 29 |     // TODO need to implement multi step edges
[INFO] [stdout] 30 |     async fn compute(
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Statement` is never used
[INFO] [stdout]  --> src/ql/statements/statement.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum Statement<'a> {
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_select`, `fields`, `what`, `filter`, `limit`, and `start` are never used
[INFO] [stdout]   --> src/ql/statements/statement.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Statement<'_> {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] 14 |     pub fn is_select(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub fn fields(&self) -> Option<&Fields> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn what(&self) -> Option<&Values> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn filter(&self) -> Option<&Condition> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn limit(&self) -> Option<&usize> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn start(&self) -> Option<&usize> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tables` is never constructed
[INFO] [stdout]  --> src/ql/table.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Tables(pub Vec<Table>);
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Values` is never constructed
[INFO] [stdout]   --> src/ql/value.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Values(pub Vec<Value>);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
[INFO] running `Command { std: "docker" "inspect" "6ede1f2c1df8d0291252e1e95d8527ce77fc8721e882a9bc9c0ae1175ddf06c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ede1f2c1df8d0291252e1e95d8527ce77fc8721e882a9bc9c0ae1175ddf06c9", kill_on_drop: false }`
[INFO] [stdout] 6ede1f2c1df8d0291252e1e95d8527ce77fc8721e882a9bc9c0ae1175ddf06c9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cefe5a964bf45840f58f19cda60147faeaee93678e4a0070cabf1c849cbcd77b
[INFO] running `Command { std: "docker" "start" "-a" "cefe5a964bf45840f58f19cda60147faeaee93678e4a0070cabf1c849cbcd77b", kill_on_drop: false }`
[INFO] [stderr]    Compiling catalystdb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `graph`
[INFO] [stdout]   --> src/dbs/graph.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |             graph,
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ident::Ident`, `idiom::Idioms`, `path::Path`, `self`, `table`, and `walk::Walk`
[INFO] [stdout]   --> src/dbs/iterator.rs:5:17
[INFO] [stdout]    |
[INFO] [stdout]  5 |         graph::{self, Graph},
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout]  6 |         ops::{get::Get, walk::Walk},
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout]  7 |         table,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |         edge::Edge, fields::Field, ident::Ident, idiom::Idioms, object::Object, path::Path,
[INFO] [stdout]    |                                    ^^^^^^^^^^^^  ^^^^^^^^^^^^^                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `graph::Graph`
[INFO] [stdout]  --> src/dbs/ops/walk.rs:2:27
[INFO] [stdout]   |
[INFO] [stdout] 2 |     dbs::{entity::Entity, graph::Graph},
[INFO] [stdout]   |                           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Stack` and `tree::Stk`
[INFO] [stdout]  --> src/dbs/ops/walk.rs:8:18
[INFO] [stdout]   |
[INFO] [stdout] 8 | use reblessive::{tree::Stk, Stack, TreeStack};
[INFO] [stdout]   |                  ^^^^^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `record::Record` and `resp::Response`
[INFO] [stdout]  --> src/dbs/table.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 |     ql::{record::Record, value::Value},
[INFO] [stdout]   |          ^^^^^^^^^^^^^^
[INFO] [stdout] 4 |     resp::Response,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Handler`, `Message`, and `ResponseFuture`
[INFO] [stdout]  --> src/dbs/table.rs:6:35
[INFO] [stdout]   |
[INFO] [stdout] 6 | use actix::{Actor, Addr, Context, Handler, Message, ResponseFuture};
[INFO] [stdout]   |                                   ^^^^^^^  ^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `IntoParallelRefIterator` and `ParallelIterator`
[INFO] [stdout]  --> src/dbs/table.rs:7:19
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rayon::iter::{IntoParallelRefIterator, ParallelIterator};
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/ql/array.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reblessive::tree::{self, Stk};
[INFO] [stdout]   |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `fields::Field`, `get::Get`, `ident::Ident`, and `idiom::Idiom`
[INFO] [stdout]   --> src/ql/func/get.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         ops::{get::Get, retrieve::Retrieve, walk::Walk},
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |         fields::Field,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 12 |         ident::Ident,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 13 |         idiom::Idiom,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/ql/object.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reblessive::tree::{self, Stk};
[INFO] [stdout]   |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::uuid::Uuid`
[INFO] [stdout]  --> src/ql/record.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::uuid::Uuid;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]   --> src/dbs/iterator.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         todo!();
[INFO] [stdout]    |         ------- any code following this expression is unreachable
[INFO] [stdout] 58 |         let mut responses: Vec<Value> = Vec::new();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/dbs/entity.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn evaluate(&self, val: &Value) -> Result<Value, Error> {
[INFO] [stdout]     |                            ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stk`
[INFO] [stdout]   --> src/dbs/iterator.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |         stk: &mut Stk,
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_stk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `graph`
[INFO] [stdout]   --> src/dbs/iterator.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         graph: &Addr<Graph>,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_graph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expr`
[INFO] [stdout]   --> src/dbs/iterator.rs:88:33
[INFO] [stdout]    |
[INFO] [stdout] 88 |                 Field::Single { expr, alias } => {
[INFO] [stdout]    |                                 ^^^^ help: try ignoring the field: `expr: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `alias`
[INFO] [stdout]   --> src/dbs/iterator.rs:88:39
[INFO] [stdout]    |
[INFO] [stdout] 88 |                 Field::Single { expr, alias } => {
[INFO] [stdout]    |                                       ^^^^^ help: try ignoring the field: `alias: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dir`
[INFO] [stdout]   --> src/dbs/iterator.rs:46:16
[INFO] [stdout]    |
[INFO] [stdout] 46 |         Edge { dir, from, to }: Edge,
[INFO] [stdout]    |                ^^^ help: try ignoring the field: `dir: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to`
[INFO] [stdout]   --> src/dbs/iterator.rs:46:27
[INFO] [stdout]    |
[INFO] [stdout] 46 |         Edge { dir, from, to }: Edge,
[INFO] [stdout]    |                           ^^ help: try ignoring the field: `to: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node`
[INFO] [stdout]   --> src/dbs/iterator.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let node = match response {
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `filter`
[INFO] [stdout]   --> src/dbs/ops/get.rs:31:21
[INFO] [stdout]    |
[INFO] [stdout] 31 |         if let Some(filter) = filter {
[INFO] [stdout]    |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_filter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/dbs/ops/walk.rs:72:21
[INFO] [stdout]    |
[INFO] [stdout] 72 |                 let mut stack = TreeStack::new();
[INFO] [stdout]    |                     ----^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `filter`
[INFO] [stdout]   --> src/dbs/ops/walk.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 |             if let Some(filter) = filter {
[INFO] [stdout]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_filter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stack`
[INFO] [stdout]   --> src/dbs/ops/walk.rs:72:21
[INFO] [stdout]    |
[INFO] [stdout] 72 |                 let mut stack = TreeStack::new();
[INFO] [stdout]    |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stack`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]    --> src/ql/idiom.rs:105:19
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn parse_walk(start: Part, parts: &mut Iter<Part>) -> Result<Value, Error> {
[INFO] [stdout]     |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `part`
[INFO] [stdout]    --> src/ql/idiom.rs:107:24
[INFO] [stdout]     |
[INFO] [stdout] 107 |         while let Some(part) = parts.next() {}
[INFO] [stdout]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_part`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Iterable` is never used
[INFO] [stdout]   --> src/dbs/iterator.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum Iterable {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `process`, `process_edge`, `process_value`, `process_record`, and `process_table` are never used
[INFO] [stdout]    --> src/dbs/iterator.rs:31:18
[INFO] [stdout]     |
[INFO] [stdout]  30 | impl Iterable {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout]  31 |     pub async fn process(
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 |     async fn process_edge(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     async fn process_value(
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     async fn process_record(record: Addr<Entity>, stm: &Statement<'_>) -> Result<Value, Error> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |     async fn process_table(table: Vec<Addr<Entity>>, stm: &Statement<'_>) -> Result<Value, Error> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Iterator` is never constructed
[INFO] [stdout]    --> src/dbs/iterator.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub struct Iterator {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/dbs/iterator.rs:146:12
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl Iterator {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout] 146 |     pub fn new() -> Iterator {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn ingest(&mut self, value: Iterable) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub async fn ingest_record(&mut self, id: Record, graph: &Addr<Graph>) -> Result<(), Error> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |     pub async fn ingest_table(
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     pub fn ingest_edge(&mut self, edge: Edge) -> Result<(), Error> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub fn set_limit(&mut self, stm: &Statement<'_>) -> Result<(), Error> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub fn set_start(&mut self, stm: &Statement<'_>) -> Result<(), Error> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     pub async fn process(
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `incorperate` is never used
[INFO] [stdout]   --> src/ql/condition.rs:32:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl Condition {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     fn incorperate(&self, fields: &BTreeMap<Arc<str>, Value>) -> Condition {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `neg` is never used
[INFO] [stdout]  --> src/ql/func/operation.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn neg(val: Value) -> Result<Value, Error> {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `not` is never used
[INFO] [stdout]  --> src/ql/func/operation.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn not(val: Value) -> Result<Value, Error> {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Idioms` is never constructed
[INFO] [stdout]   --> src/ql/idiom.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Idioms(pub Vec<Idiom>);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse_walk` is never used
[INFO] [stdout]    --> src/ql/idiom.rs:105:8
[INFO] [stdout]     |
[INFO] [stdout]  39 | impl Idiom {
[INFO] [stdout]     | ---------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 105 |     fn parse_walk(start: Part, parts: &mut Iter<Part>) -> Result<Value, Error> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `serialize` is never used
[INFO] [stdout]  --> src/ql/serde/arc_str_serde.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn serialize<S>(value: &Arc<str>, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `deserialize` is never used
[INFO] [stdout]   --> src/ql/serde/arc_str_serde.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn deserialize<'de, D>(deserializer: D) -> Result<Arc<str>, D::Error>
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Select` is never constructed
[INFO] [stdout]   --> src/ql/statements/select.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct Select {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `compute` is never used
[INFO] [stdout]   --> src/ql/statements/select.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Select {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] 29 |     // TODO need to implement multi step edges
[INFO] [stdout] 30 |     async fn compute(
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Statement` is never used
[INFO] [stdout]  --> src/ql/statements/statement.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum Statement<'a> {
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_select`, `fields`, `what`, `filter`, `limit`, and `start` are never used
[INFO] [stdout]   --> src/ql/statements/statement.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Statement<'_> {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] 14 |     pub fn is_select(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub fn fields(&self) -> Option<&Fields> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn what(&self) -> Option<&Values> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn filter(&self) -> Option<&Condition> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn limit(&self) -> Option<&usize> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn start(&self) -> Option<&usize> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tables` is never constructed
[INFO] [stdout]  --> src/ql/table.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Tables(pub Vec<Table>);
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Values` is never constructed
[INFO] [stdout]   --> src/ql/value.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Values(pub Vec<Value>);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.04s
[INFO] running `Command { std: "docker" "inspect" "cefe5a964bf45840f58f19cda60147faeaee93678e4a0070cabf1c849cbcd77b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cefe5a964bf45840f58f19cda60147faeaee93678e4a0070cabf1c849cbcd77b", kill_on_drop: false }`
[INFO] [stdout] cefe5a964bf45840f58f19cda60147faeaee93678e4a0070cabf1c849cbcd77b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0081da97174799e034e02b47f3c95eeac310380f3bbece73c080fb127f23696e
[INFO] running `Command { std: "docker" "start" "-a" "0081da97174799e034e02b47f3c95eeac310380f3bbece73c080fb127f23696e", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `graph`
[INFO] [stderr]   --> src/dbs/graph.rs:27:13
[INFO] [stderr]    |
[INFO] [stderr] 27 |             graph,
[INFO] [stderr]    |             ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `ident::Ident`, `idiom::Idioms`, `path::Path`, `self`, `table`, and `walk::Walk`
[INFO] [stderr]   --> src/dbs/iterator.rs:5:17
[INFO] [stderr]    |
[INFO] [stderr]  5 |         graph::{self, Graph},
[INFO] [stderr]    |                 ^^^^
[INFO] [stderr]  6 |         ops::{get::Get, walk::Walk},
[INFO] [stderr]    |                         ^^^^^^^^^^
[INFO] [stderr]  7 |         table,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 11 |         edge::Edge, fields::Field, ident::Ident, idiom::Idioms, object::Object, path::Path,
[INFO] [stderr]    |                                    ^^^^^^^^^^^^  ^^^^^^^^^^^^^                  ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `graph::Graph`
[INFO] [stderr]  --> src/dbs/ops/walk.rs:2:27
[INFO] [stderr]   |
[INFO] [stderr] 2 |     dbs::{entity::Entity, graph::Graph},
[INFO] [stderr]   |                           ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Stack` and `tree::Stk`
[INFO] [stderr]  --> src/dbs/ops/walk.rs:8:18
[INFO] [stderr]   |
[INFO] [stderr] 8 | use reblessive::{tree::Stk, Stack, TreeStack};
[INFO] [stderr]   |                  ^^^^^^^^^  ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `record::Record` and `resp::Response`
[INFO] [stderr]  --> src/dbs/table.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 |     ql::{record::Record, value::Value},
[INFO] [stderr]   |          ^^^^^^^^^^^^^^
[INFO] [stderr] 4 |     resp::Response,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Handler`, `Message`, and `ResponseFuture`
[INFO] [stderr]  --> src/dbs/table.rs:6:35
[INFO] [stderr]   |
[INFO] [stderr] 6 | use actix::{Actor, Addr, Context, Handler, Message, ResponseFuture};
[INFO] [stderr]   |                                   ^^^^^^^  ^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `IntoParallelRefIterator` and `ParallelIterator`
[INFO] [stderr]  --> src/dbs/table.rs:7:19
[INFO] [stderr]   |
[INFO] [stderr] 7 | use rayon::iter::{IntoParallelRefIterator, ParallelIterator};
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self`
[INFO] [stderr]  --> src/ql/array.rs:2:24
[INFO] [stderr]   |
[INFO] [stderr] 2 | use reblessive::tree::{self, Stk};
[INFO] [stderr]   |                        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `fields::Field`, `get::Get`, `ident::Ident`, and `idiom::Idiom`
[INFO] [stderr]   --> src/ql/func/get.rs:5:15
[INFO] [stderr]    |
[INFO] [stderr]  5 |         ops::{get::Get, retrieve::Retrieve, walk::Walk},
[INFO] [stderr]    |               ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 11 |         fields::Field,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr] 12 |         ident::Ident,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 13 |         idiom::Idiom,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self`
[INFO] [stderr]  --> src/ql/object.rs:2:24
[INFO] [stderr]   |
[INFO] [stderr] 2 | use reblessive::tree::{self, Stk};
[INFO] [stderr]   |                        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::uuid::Uuid`
[INFO] [stderr]  --> src/ql/record.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use super::uuid::Uuid;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable statement
[INFO] [stderr]   --> src/dbs/iterator.rs:58:9
[INFO] [stderr]    |
[INFO] [stderr] 57 |         todo!();
[INFO] [stderr]    |         ------- any code following this expression is unreachable
[INFO] [stderr] 58 |         let mut responses: Vec<Value> = Vec::new();
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `val`
[INFO] [stderr]    --> src/dbs/entity.rs:132:28
[INFO] [stderr]     |
[INFO] [stderr] 132 |     pub fn evaluate(&self, val: &Value) -> Result<Value, Error> {
[INFO] [stderr]     |                            ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `stk`
[INFO] [stderr]   --> src/dbs/iterator.rs:77:9
[INFO] [stderr]    |
[INFO] [stderr] 77 |         stk: &mut Stk,
[INFO] [stderr]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_stk`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `graph`
[INFO] [stderr]   --> src/dbs/iterator.rs:78:9
[INFO] [stderr]    |
[INFO] [stderr] 78 |         graph: &Addr<Graph>,
[INFO] [stderr]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_graph`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `expr`
[INFO] [stderr]   --> src/dbs/iterator.rs:88:33
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 Field::Single { expr, alias } => {
[INFO] [stderr]    |                                 ^^^^ help: try ignoring the field: `expr: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `alias`
[INFO] [stderr]   --> src/dbs/iterator.rs:88:39
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 Field::Single { expr, alias } => {
[INFO] [stderr]    |                                       ^^^^^ help: try ignoring the field: `alias: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `dir`
[INFO] [stderr]   --> src/dbs/iterator.rs:46:16
[INFO] [stderr]    |
[INFO] [stderr] 46 |         Edge { dir, from, to }: Edge,
[INFO] [stderr]    |                ^^^ help: try ignoring the field: `dir: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `to`
[INFO] [stderr]   --> src/dbs/iterator.rs:46:27
[INFO] [stderr]    |
[INFO] [stderr] 46 |         Edge { dir, from, to }: Edge,
[INFO] [stderr]    |                           ^^ help: try ignoring the field: `to: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `node`
[INFO] [stderr]   --> src/dbs/iterator.rs:51:13
[INFO] [stderr]    |
[INFO] [stderr] 51 |         let node = match response {
[INFO] [stderr]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `filter`
[INFO] [stderr]   --> src/dbs/ops/get.rs:31:21
[INFO] [stderr]    |
[INFO] [stderr] 31 |         if let Some(filter) = filter {
[INFO] [stderr]    |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_filter`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/dbs/ops/walk.rs:72:21
[INFO] [stderr]    |
[INFO] [stderr] 72 |                 let mut stack = TreeStack::new();
[INFO] [stderr]    |                     ----^^^^^
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `filter`
[INFO] [stderr]   --> src/dbs/ops/walk.rs:70:25
[INFO] [stderr]    |
[INFO] [stderr] 70 |             if let Some(filter) = filter {
[INFO] [stderr]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_filter`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `stack`
[INFO] [stderr]   --> src/dbs/ops/walk.rs:72:21
[INFO] [stderr]    |
[INFO] [stderr] 72 |                 let mut stack = TreeStack::new();
[INFO] [stderr]    |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stack`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `start`
[INFO] [stderr]    --> src/ql/idiom.rs:105:19
[INFO] [stderr]     |
[INFO] [stderr] 105 |     fn parse_walk(start: Part, parts: &mut Iter<Part>) -> Result<Value, Error> {
[INFO] [stderr]     |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `part`
[INFO] [stderr]    --> src/ql/idiom.rs:107:24
[INFO] [stderr]     |
[INFO] [stderr] 107 |         while let Some(part) = parts.next() {}
[INFO] [stderr]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_part`
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Iterable` is never used
[INFO] [stderr]   --> src/dbs/iterator.rs:23:10
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub enum Iterable {
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `process`, `process_edge`, `process_value`, `process_record`, and `process_table` are never used
[INFO] [stderr]    --> src/dbs/iterator.rs:31:18
[INFO] [stderr]     |
[INFO] [stderr]  30 | impl Iterable {
[INFO] [stderr]     | ------------- associated items in this implementation
[INFO] [stderr]  31 |     pub async fn process(
[INFO] [stderr]     |                  ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  45 |     async fn process_edge(
[INFO] [stderr]     |              ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  75 |     async fn process_value(
[INFO] [stderr]     |              ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 101 |     async fn process_record(record: Addr<Entity>, stm: &Statement<'_>) -> Result<Value, Error> {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 |     async fn process_table(table: Vec<Addr<Entity>>, stm: &Statement<'_>) -> Result<Value, Error> {
[INFO] [stderr]     |              ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Iterator` is never constructed
[INFO] [stderr]    --> src/dbs/iterator.rs:138:12
[INFO] [stderr]     |
[INFO] [stderr] 138 | pub struct Iterator {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]    --> src/dbs/iterator.rs:146:12
[INFO] [stderr]     |
[INFO] [stderr] 145 | impl Iterator {
[INFO] [stderr]     | ------------- associated items in this implementation
[INFO] [stderr] 146 |     pub fn new() -> Iterator {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 150 |     pub fn ingest(&mut self, value: Iterable) {
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 154 |     pub async fn ingest_record(&mut self, id: Record, graph: &Addr<Graph>) -> Result<(), Error> {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 168 |     pub async fn ingest_table(
[INFO] [stderr]     |                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 186 |     pub fn ingest_edge(&mut self, edge: Edge) -> Result<(), Error> {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 |     pub fn set_limit(&mut self, stm: &Statement<'_>) -> Result<(), Error> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 197 |     pub fn set_start(&mut self, stm: &Statement<'_>) -> Result<(), Error> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 203 |     pub async fn process(
[INFO] [stderr]     |                  ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `incorperate` is never used
[INFO] [stderr]   --> src/ql/condition.rs:32:8
[INFO] [stderr]    |
[INFO] [stderr] 16 | impl Condition {
[INFO] [stderr]    | -------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 32 |     fn incorperate(&self, fields: &BTreeMap<Arc<str>, Value>) -> Condition {
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `neg` is never used
[INFO] [stderr]  --> src/ql/func/operation.rs:3:8
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn neg(val: Value) -> Result<Value, Error> {
[INFO] [stderr]   |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `not` is never used
[INFO] [stderr]  --> src/ql/func/operation.rs:7:8
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub fn not(val: Value) -> Result<Value, Error> {
[INFO] [stderr]   |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Idioms` is never constructed
[INFO] [stderr]   --> src/ql/idiom.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub struct Idioms(pub Vec<Idiom>);
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `parse_walk` is never used
[INFO] [stderr]    --> src/ql/idiom.rs:105:8
[INFO] [stderr]     |
[INFO] [stderr]  39 | impl Idiom {
[INFO] [stderr]     | ---------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 105 |     fn parse_walk(start: Part, parts: &mut Iter<Part>) -> Result<Value, Error> {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `serialize` is never used
[INFO] [stderr]  --> src/ql/serde/arc_str_serde.rs:4:8
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub fn serialize<S>(value: &Arc<str>, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stderr]   |        ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `deserialize` is never used
[INFO] [stderr]   --> src/ql/serde/arc_str_serde.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub fn deserialize<'de, D>(deserializer: D) -> Result<Arc<str>, D::Error>
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Select` is never constructed
[INFO] [stderr]   --> src/ql/statements/select.rs:20:12
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub struct Select {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `compute` is never used
[INFO] [stderr]   --> src/ql/statements/select.rs:30:14
[INFO] [stderr]    |
[INFO] [stderr] 28 | impl Select {
[INFO] [stderr]    | ----------- method in this implementation
[INFO] [stderr] 29 |     // TODO need to implement multi step edges
[INFO] [stderr] 30 |     async fn compute(
[INFO] [stderr]    |              ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Statement` is never used
[INFO] [stderr]  --> src/ql/statements/statement.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub enum Statement<'a> {
[INFO] [stderr]   |          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `is_select`, `fields`, `what`, `filter`, `limit`, and `start` are never used
[INFO] [stderr]   --> src/ql/statements/statement.rs:14:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | impl Statement<'_> {
[INFO] [stderr]    | ------------------ methods in this implementation
[INFO] [stderr] 14 |     pub fn is_select(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 18 |     pub fn fields(&self) -> Option<&Fields> {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 24 |     pub fn what(&self) -> Option<&Values> {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 30 |     pub fn filter(&self) -> Option<&Condition> {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 36 |     pub fn limit(&self) -> Option<&usize> {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 42 |     pub fn start(&self) -> Option<&usize> {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Tables` is never constructed
[INFO] [stderr]  --> src/ql/table.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub struct Tables(pub Vec<Table>);
[INFO] [stderr]   |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Values` is never constructed
[INFO] [stderr]   --> src/ql/value.rs:21:12
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub struct Values(pub Vec<Value>);
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `catalystdb` (bin "catalystdb" test) generated 43 warnings (run `cargo fix --bin "catalystdb" -p catalystdb --tests` to apply 25 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/catalystdb-698efd78ad2f466c)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test dbs::ops::delete::test::delete_test ... ok
[INFO] [stdout] test dbs::ops::delete::test::delete_two_test ... ok
[INFO] [stdout] test dbs::ops::get::test::get_wildcard_test ... ok
[INFO] [stdout] test dbs::ops::update::test::update_test ... ok
[INFO] [stdout] test dbs::ops::walk::test::walk_test ... ok
[INFO] [stdout] test dbs::graph::test::test_graph_table_pass ... ok
[INFO] [stdout] test dbs::ops::get::test::get_wildcard_filter_test ... ok
[INFO] [stdout] test dbs::ops::remove::test::remove_field_test ... ok
[INFO] [stdout] test dbs::graph::test::test_graph_table_fail ... FAILED
[INFO] [stdout] test dbs::ops::get::test::get_wildcard_filter_false_test ... FAILED
[INFO] [stdout] test dbs::ops::get::test::get_field_alias_test ... FAILED
[INFO] [stdout] test dbs::ops::get::test::get_field_test ... FAILED
[INFO] [stdout] test dbs::ops::get::test::get_wildcard_alias_test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- dbs::graph::test::test_graph_table_fail stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::graph::test::test_graph_table_fail' (16) panicked at src/dbs/graph.rs:52:13:
[INFO] [stdout] table was not returned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61189368ab4a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61189368ab4a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61189369f7fa - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61189369f7fa - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x61189368f4a2 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61189368f4a2 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x611893669a0f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x611893669a0f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x611893682ff9 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6118934f078c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x6118934f078c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x611893683272 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x611893683272 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x611893669afa - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x611893661469 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61189366a7dd - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61189369ffbc - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6118933d1f90 - catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/graph.rs:52:13
[INFO] [stdout]   20:     0x6118934955df - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1041:44
[INFO] [stdout]   21:     0x611893488ef0 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   22:     0x6118933a82e5 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::try_with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   23:     0x6118933a6fce - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   24:     0x6118934795e6 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   25:     0x611893498106 - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   26:     0x611893489c45 - <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until::<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   27:     0x6118933c8d6d - <core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   28:     0x6118933a65ad - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   29:     0x6118933a4e2b - tokio[e0587a9363889c20]::runtime::coop::with_budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   30:     0x6118933a4e2b - tokio[e0587a9363889c20]::runtime::coop::budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   31:     0x6118933a4e2b - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   32:     0x611893375dc0 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Context>::enter::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   33:     0x611893399e70 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   34:     0x611893391054 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   35:     0x611893499d7b - <tokio[e0587a9363889c20]::runtime::context::scoped::Scoped<tokio[e0587a9363889c20]::runtime::scheduler::Context>>::set::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   36:     0x6118933c44b9 - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   37:     0x6118933acf32 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::try_with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   38:     0x6118933a9f3e - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   39:     0x6118933bb50d - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   40:     0x611893385400 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   41:     0x611893388e76 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   42:     0x61189338c2e3 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   43:     0x611893485363 - tokio[e0587a9363889c20]::runtime::context::runtime::enter_runtime::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   44:     0x6118933728d6 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   45:     0x61189340023c - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on_inner::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   46:     0x6118934018a6 - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   47:     0x61189347995e - <tokio[e0587a9363889c20]::task::local::LocalSet>::block_on::<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   48:     0x61189344b767 - <actix_rt[52ea16b239ce10aa]::runtime::Runtime>::block_on::<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   49:     0x61189344bbe7 - <actix_rt[52ea16b239ce10aa]::system::SystemRunner>::block_on::<catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   50:     0x6118933e4a18 - catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/graph.rs:43:5
[INFO] [stdout]   51:     0x6118933d1607 - catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/graph.rs:44:37
[INFO] [stdout]   52:     0x6118934b3bc6 - <catalystdb[bee67453b0ca32c]::dbs::graph::test::test_graph_table_fail::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x6118934e486b - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x6118934e486b - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x6118934f125b - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x6118934f125b - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x6118934f125b - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x6118934ec974 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x6118934ec974 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x6118934f3e62 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x6118934f3e62 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x6118934f3e62 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61189368a44f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x61189368a44f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7d272f8bfaa4 - <unknown>
[INFO] [stdout]   74:     0x7d272f94ca64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- dbs::ops::get::test::get_wildcard_filter_false_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::ops::get::test::get_wildcard_filter_false_test' (23) panicked at src/dbs/ops/get.rs:170:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Value(Object(Object({"b": Number(Int(2)), "c": String(Strand("c")), "id": Record(Record { table: "a", id: Number(1) })})))
[INFO] [stdout]  right: None
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61189368ab4a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61189368ab4a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61189369f7fa - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61189369f7fa - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x61189368f4a2 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61189368f4a2 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x611893669a0f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x611893669a0f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x611893682ff9 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6118934f078c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x6118934f078c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x611893683272 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x611893683272 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x611893669ac8 - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x611893661469 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61189366a7dd - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61189369ffbc - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61189369fe73 - core[a96a4c5c53f902a3]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x6118934680aa - core[a96a4c5c53f902a3]::panicking::assert_failed::<catalystdb[bee67453b0ca32c]::resp::Response, catalystdb[bee67453b0ca32c]::resp::Response>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x6118933daad5 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:170:9
[INFO] [stdout]   22:     0x611893495e9f - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1041:44
[INFO] [stdout]   23:     0x611893489580 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   24:     0x6118933a89e5 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::try_with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x6118933a71fe - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x6118934797a6 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   27:     0x611893498336 - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   28:     0x61189348ac05 - <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   29:     0x6118933c8f2d - <core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   30:     0x6118933a676d - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   31:     0x6118933a598b - tokio[e0587a9363889c20]::runtime::coop::with_budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   32:     0x6118933a598b - tokio[e0587a9363889c20]::runtime::coop::budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   33:     0x6118933a598b - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   34:     0x6118933773a0 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Context>::enter::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   35:     0x61189339e8d0 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   36:     0x611893391134 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   37:     0x61189349a6ab - <tokio[e0587a9363889c20]::runtime::context::scoped::Scoped<tokio[e0587a9363889c20]::runtime::scheduler::Context>>::set::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   38:     0x6118933c4679 - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   39:     0x6118933ad7f2 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::try_with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   40:     0x6118933aa1de - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   41:     0x6118933bb6cd - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   42:     0x6118933870e0 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   43:     0x6118933891f6 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   44:     0x61189338da83 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   45:     0x611893485d73 - tokio[e0587a9363889c20]::runtime::context::runtime::enter_runtime::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   46:     0x611893372ef6 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   47:     0x611893400e0c - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on_inner::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   48:     0x611893402a26 - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   49:     0x611893479ce0 - <tokio[e0587a9363889c20]::task::local::LocalSet>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   50:     0x61189344b995 - <actix_rt[52ea16b239ce10aa]::runtime::Runtime>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   51:     0x61189344bdf9 - <actix_rt[52ea16b239ce10aa]::system::SystemRunner>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   52:     0x6118933e4fa6 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:149:5
[INFO] [stdout]   53:     0x6118933d2857 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:150:46
[INFO] [stdout]   54:     0x6118934b3d86 - <catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_filter_false_test::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x6118934e486b - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x6118934e486b - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   57:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x6118934f125b - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x6118934f125b - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x6118934f125b - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x6118934ec974 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x6118934ec974 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   67:     0x6118934f3e62 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x6118934f3e62 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   72:     0x6118934f3e62 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x61189368a44f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   74:     0x61189368a44f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x7d272f8bfaa4 - <unknown>
[INFO] [stdout]   76:     0x7d272f94ca64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- dbs::ops::get::test::get_field_alias_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::ops::get::test::get_field_alias_test' (20) panicked at src/dbs/entity.rs:133:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61189368ab4a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61189368ab4a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61189369f7fa - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61189369f7fa - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x61189368f4a2 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61189368f4a2 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x611893669a0f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x611893669a0f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x611893682ff9 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6118934f078c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x6118934f078c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x611893683272 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x611893683272 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x611893669afa - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x611893661469 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61189366a7dd - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61189369ffbc - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61189369ff82 - core[a96a4c5c53f902a3]::panicking::panic
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x61189341e277 - <catalystdb[bee67453b0ca32c]::dbs::entity::Entity>::evaluate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/entity.rs:133:9
[INFO] [stdout]   21:     0x61189342bff2 - <catalystdb[bee67453b0ca32c]::dbs::entity::Entity as actix[87ce7ac081991ab5]::handler::Handler<catalystdb[bee67453b0ca32c]::dbs::ops::get::Get>>::handle
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:46:38
[INFO] [stdout]   22:     0x6118933e6227 - <actix[87ce7ac081991ab5]::address::envelope::SyncEnvelopeProxy<catalystdb[bee67453b0ca32c]::dbs::ops::get::Get> as actix[87ce7ac081991ab5]::address::envelope::EnvelopeProxy<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>::handle
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/address/envelope.rs:82:23
[INFO] [stdout]   23:     0x6118933e588f - <actix[87ce7ac081991ab5]::address::envelope::Envelope<catalystdb[bee67453b0ca32c]::dbs::entity::Entity> as actix[87ce7ac081991ab5]::address::envelope::EnvelopeProxy<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>::handle
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/address/envelope.rs:55:16
[INFO] [stdout]   24:     0x6118933c6086 - <actix[87ce7ac081991ab5]::mailbox::Mailbox<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/mailbox.rs:83:25
[INFO] [stdout]   25:     0x6118934b11a4 - <actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/context_impl.rs:398:26
[INFO] [stdout]   26:     0x61189344f358 - <tokio[e0587a9363889c20]::runtime::task::core::Core<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   27:     0x61189345ea38 - <tokio[e0587a9363889c20]::loom::std::unsafe_cell::UnsafeCell<tokio[e0587a9363889c20]::runtime::task::core::Stage<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>>>>::with_mut::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::task::core::Core<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   28:     0x61189345ea38 - <tokio[e0587a9363889c20]::runtime::task::core::Core<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   29:     0x61189341992a - tokio[e0587a9363889c20]::runtime::task::harness::poll_future::<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   30:     0x611893465dd0 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<tokio[e0587a9363889c20]::runtime::task::harness::poll_future<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31:     0x6118933bd66e - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<tokio[e0587a9363889c20]::runtime::task::harness::poll_future<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}>, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x6118934d396b - __rust_try
[INFO] [stdout]   33:     0x6118934cd953 - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<tokio[e0587a9363889c20]::runtime::task::harness::poll_future<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x6118934cd953 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<tokio[e0587a9363889c20]::runtime::task::harness::poll_future<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}>, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x61189341654f - tokio[e0587a9363889c20]::runtime::task::harness::poll_future::<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   36:     0x611893420192 - <tokio[e0587a9363889c20]::runtime::task::harness::Harness<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   37:     0x611893420413 - <tokio[e0587a9363889c20]::runtime::task::harness::Harness<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   38:     0x6118934b844b - tokio[e0587a9363889c20]::runtime::task::raw::poll::<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   39:     0x611893611767 - <tokio[e0587a9363889c20]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   40:     0x6118935ebe82 - <tokio[e0587a9363889c20]::runtime::task::LocalNotified<alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   41:     0x6118935f143b - <tokio[e0587a9363889c20]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:739:68
[INFO] [stdout]   42:     0x6118935f6f07 - tokio[e0587a9363889c20]::runtime::coop::with_budget::<(), <tokio[e0587a9363889c20]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   43:     0x6118935f6f07 - tokio[e0587a9363889c20]::runtime::coop::budget::<(), <tokio[e0587a9363889c20]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   44:     0x6118935f6f07 - <tokio[e0587a9363889c20]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:739:31
[INFO] [stdout]   45:     0x611893495b34 - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1045:29
[INFO] [stdout]   46:     0x6118934892b0 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   47:     0x6118933a86e5 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::try_with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   48:     0x6118933a710e - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   49:     0x6118934796e6 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   50:     0x611893498246 - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   51:     0x61189348a545 - <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   52:     0x6118933c8e6d - <core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   53:     0x6118933a66ad - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   54:     0x6118933a54ab - tokio[e0587a9363889c20]::runtime::coop::with_budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   55:     0x6118933a54ab - tokio[e0587a9363889c20]::runtime::coop::budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   56:     0x6118933a54ab - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   57:     0x611893376a40 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Context>::enter::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   58:     0x61189339c8f0 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   59:     0x6118933910d4 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   60:     0x61189349a2bb - <tokio[e0587a9363889c20]::runtime::context::scoped::Scoped<tokio[e0587a9363889c20]::runtime::scheduler::Context>>::set::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   61:     0x6118933c45b9 - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   62:     0x6118933ad432 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::try_with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   63:     0x6118933aa0be - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   64:     0x6118933bb60d - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   65:     0x611893386480 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   66:     0x611893389076 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   67:     0x61189338d063 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   68:     0x611893485923 - tokio[e0587a9363889c20]::runtime::context::runtime::enter_runtime::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   69:     0x611893372c56 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   70:     0x6118934008fc - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on_inner::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   71:     0x6118934022a6 - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   72:     0x611893479b60 - <tokio[e0587a9363889c20]::task::local::LocalSet>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   73:     0x61189344b8a5 - <actix_rt[52ea16b239ce10aa]::runtime::Runtime>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   74:     0x61189344bd09 - <actix_rt[52ea16b239ce10aa]::system::SystemRunner>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   75:     0x6118933e4e26 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:206:5
[INFO] [stdout]   76:     0x6118933d27c7 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:207:36
[INFO] [stdout]   77:     0x6118934b3cc6 - <catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   78:     0x6118934e486b - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x6118934e486b - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   80:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   81:     0x6118934f125b - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   82:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   83:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   84:     0x6118934f125b - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   85:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   86:     0x6118934f125b - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   87:     0x6118934ec974 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   88:     0x6118934ec974 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   89:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   90:     0x6118934f3e62 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   91:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   92:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   93:     0x6118934f3e62 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   94:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   95:     0x6118934f3e62 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   96:     0x61189368a44f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   97:     0x61189368a44f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   98:     0x7d272f8bfaa4 - <unknown>
[INFO] [stdout]   99:     0x7d272f94ca64 - clone
[INFO] [stdout]  100:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::ops::get::test::get_field_alias_test' (20) panicked at src/dbs/ops/get.rs:228:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61189368ab4a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61189368ab4a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61189369f7fa - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61189369f7fa - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x61189368f4a2 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61189368f4a2 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x611893669a0f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x611893669a0f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x611893682ff9 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6118934f078c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x6118934f078c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x611893683272 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x611893683272 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x611893669ac8 - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x611893661469 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61189366a7dd - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61189369ffbc - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61189369fd32 - core[a96a4c5c53f902a3]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6118933d637d - <core[a96a4c5c53f902a3]::result::Result<core[a96a4c5c53f902a3]::result::Result<catalystdb[bee67453b0ca32c]::resp::Response, catalystdb[bee67453b0ca32c]::err::Error>, actix[87ce7ac081991ab5]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x6118933d637d - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:228:14
[INFO] [stdout]   22:     0x611893495adf - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1041:44
[INFO] [stdout]   23:     0x6118934892b0 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   24:     0x6118933a86e5 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::try_with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x6118933a710e - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x6118934796e6 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   27:     0x611893498246 - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   28:     0x61189348a545 - <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   29:     0x6118933c8e6d - <core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   30:     0x6118933a66ad - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   31:     0x6118933a54ab - tokio[e0587a9363889c20]::runtime::coop::with_budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   32:     0x6118933a54ab - tokio[e0587a9363889c20]::runtime::coop::budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   33:     0x6118933a54ab - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   34:     0x611893376a40 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Context>::enter::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   35:     0x61189339c8f0 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   36:     0x6118933910d4 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   37:     0x61189349a2bb - <tokio[e0587a9363889c20]::runtime::context::scoped::Scoped<tokio[e0587a9363889c20]::runtime::scheduler::Context>>::set::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   38:     0x6118933c45b9 - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   39:     0x6118933ad432 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::try_with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   40:     0x6118933aa0be - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   41:     0x6118933bb60d - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   42:     0x611893386480 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   43:     0x611893389076 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   44:     0x61189338d063 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   45:     0x611893485923 - tokio[e0587a9363889c20]::runtime::context::runtime::enter_runtime::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   46:     0x611893372c56 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   47:     0x6118934008fc - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on_inner::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   48:     0x6118934022a6 - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   49:     0x611893479b60 - <tokio[e0587a9363889c20]::task::local::LocalSet>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   50:     0x61189344b8a5 - <actix_rt[52ea16b239ce10aa]::runtime::Runtime>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   51:     0x61189344bd09 - <actix_rt[52ea16b239ce10aa]::system::SystemRunner>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   52:     0x6118933e4e26 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:206:5
[INFO] [stdout]   53:     0x6118933d27c7 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:207:36
[INFO] [stdout]   54:     0x6118934b3cc6 - <catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_alias_test::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x6118934e486b - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x6118934e486b - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   57:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x6118934f125b - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x6118934f125b - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x6118934f125b - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x6118934ec974 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x6118934ec974 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   67:     0x6118934f3e62 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x6118934f3e62 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   72:     0x6118934f3e62 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x61189368a44f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   74:     0x61189368a44f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x7d272f8bfaa4 - <unknown>
[INFO] [stdout]   76:     0x7d272f94ca64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- dbs::ops::get::test::get_field_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::ops::get::test::get_field_test' (21) panicked at src/dbs/entity.rs:133:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61189368ab4a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61189368ab4a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61189369f7fa - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61189369f7fa - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x61189368f4a2 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61189368f4a2 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x611893669a0f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x611893669a0f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x611893682ff9 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6118934f078c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x6118934f078c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x611893683272 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x611893683272 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x611893669afa - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x611893661469 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61189366a7dd - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61189369ffbc - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61189369ff82 - core[a96a4c5c53f902a3]::panicking::panic
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x61189341e277 - <catalystdb[bee67453b0ca32c]::dbs::entity::Entity>::evaluate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/entity.rs:133:9
[INFO] [stdout]   21:     0x61189342bff2 - <catalystdb[bee67453b0ca32c]::dbs::entity::Entity as actix[87ce7ac081991ab5]::handler::Handler<catalystdb[bee67453b0ca32c]::dbs::ops::get::Get>>::handle
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:46:38
[INFO] [stdout]   22:     0x6118933e6227 - <actix[87ce7ac081991ab5]::address::envelope::SyncEnvelopeProxy<catalystdb[bee67453b0ca32c]::dbs::ops::get::Get> as actix[87ce7ac081991ab5]::address::envelope::EnvelopeProxy<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>::handle
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/address/envelope.rs:82:23
[INFO] [stdout]   23:     0x6118933e588f - <actix[87ce7ac081991ab5]::address::envelope::Envelope<catalystdb[bee67453b0ca32c]::dbs::entity::Entity> as actix[87ce7ac081991ab5]::address::envelope::EnvelopeProxy<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>::handle
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/address/envelope.rs:55:16
[INFO] [stdout]   24:     0x6118933c6086 - <actix[87ce7ac081991ab5]::mailbox::Mailbox<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/mailbox.rs:83:25
[INFO] [stdout]   25:     0x6118934b11a4 - <actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/context_impl.rs:398:26
[INFO] [stdout]   26:     0x61189344f358 - <tokio[e0587a9363889c20]::runtime::task::core::Core<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   27:     0x61189345ea38 - <tokio[e0587a9363889c20]::loom::std::unsafe_cell::UnsafeCell<tokio[e0587a9363889c20]::runtime::task::core::Stage<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>>>>::with_mut::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::task::core::Core<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   28:     0x61189345ea38 - <tokio[e0587a9363889c20]::runtime::task::core::Core<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   29:     0x61189341992a - tokio[e0587a9363889c20]::runtime::task::harness::poll_future::<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   30:     0x611893465dd0 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<tokio[e0587a9363889c20]::runtime::task::harness::poll_future<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31:     0x6118933bd66e - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<tokio[e0587a9363889c20]::runtime::task::harness::poll_future<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}>, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x6118934d396b - __rust_try
[INFO] [stdout]   33:     0x6118934cd953 - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<tokio[e0587a9363889c20]::runtime::task::harness::poll_future<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x6118934cd953 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<tokio[e0587a9363889c20]::runtime::task::harness::poll_future<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}>, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x61189341654f - tokio[e0587a9363889c20]::runtime::task::harness::poll_future::<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   36:     0x611893420192 - <tokio[e0587a9363889c20]::runtime::task::harness::Harness<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   37:     0x611893420413 - <tokio[e0587a9363889c20]::runtime::task::harness::Harness<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   38:     0x6118934b844b - tokio[e0587a9363889c20]::runtime::task::raw::poll::<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   39:     0x611893611767 - <tokio[e0587a9363889c20]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   40:     0x6118935ebe82 - <tokio[e0587a9363889c20]::runtime::task::LocalNotified<alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   41:     0x6118935f143b - <tokio[e0587a9363889c20]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:739:68
[INFO] [stdout]   42:     0x6118935f6f07 - tokio[e0587a9363889c20]::runtime::coop::with_budget::<(), <tokio[e0587a9363889c20]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   43:     0x6118935f6f07 - tokio[e0587a9363889c20]::runtime::coop::budget::<(), <tokio[e0587a9363889c20]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   44:     0x6118935f6f07 - <tokio[e0587a9363889c20]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:739:31
[INFO] [stdout]   45:     0x6118934958b4 - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1045:29
[INFO] [stdout]   46:     0x6118934890d0 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   47:     0x6118933a84e5 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::try_with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   48:     0x6118933a706e - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   49:     0x611893479666 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   50:     0x6118934981a6 - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   51:     0x61189348a0c5 - <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   52:     0x6118933c8ded - <core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   53:     0x6118933a662d - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   54:     0x6118933a516b - tokio[e0587a9363889c20]::runtime::coop::with_budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   55:     0x6118933a516b - tokio[e0587a9363889c20]::runtime::coop::budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   56:     0x6118933a516b - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   57:     0x611893376400 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Context>::enter::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   58:     0x61189339b3b0 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   59:     0x611893391094 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   60:     0x61189349a01b - <tokio[e0587a9363889c20]::runtime::context::scoped::Scoped<tokio[e0587a9363889c20]::runtime::scheduler::Context>>::set::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   61:     0x6118933c4539 - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   62:     0x6118933ad1b2 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::try_with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   63:     0x6118933a9ffe - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   64:     0x6118933bb58d - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   65:     0x611893385c40 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   66:     0x611893388f76 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   67:     0x61189338c9a3 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   68:     0x611893485643 - tokio[e0587a9363889c20]::runtime::context::runtime::enter_runtime::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   69:     0x611893372a96 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   70:     0x61189340059c - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on_inner::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   71:     0x611893401da6 - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   72:     0x611893479a60 - <tokio[e0587a9363889c20]::task::local::LocalSet>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   73:     0x61189344b805 - <actix_rt[52ea16b239ce10aa]::runtime::Runtime>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   74:     0x61189344bc69 - <actix_rt[52ea16b239ce10aa]::system::SystemRunner>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   75:     0x6118933e4d26 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:173:5
[INFO] [stdout]   76:     0x6118933d2767 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:174:30
[INFO] [stdout]   77:     0x6118934b3c46 - <catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   78:     0x6118934e486b - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x6118934e486b - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   80:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   81:     0x6118934f125b - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   82:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   83:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   84:     0x6118934f125b - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   85:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   86:     0x6118934f125b - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   87:     0x6118934ec974 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   88:     0x6118934ec974 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   89:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   90:     0x6118934f3e62 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   91:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   92:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   93:     0x6118934f3e62 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   94:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   95:     0x6118934f3e62 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   96:     0x61189368a44f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   97:     0x61189368a44f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   98:     0x7d272f8bfaa4 - <unknown>
[INFO] [stdout]   99:     0x7d272f94ca64 - clone
[INFO] [stdout]  100:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::ops::get::test::get_field_test' (21) panicked at src/dbs/ops/get.rs:195:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61189368ab4a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61189368ab4a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61189369f7fa - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61189369f7fa - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x61189368f4a2 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61189368f4a2 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x611893669a0f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x611893669a0f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x611893682ff9 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6118934f078c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x6118934f078c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x611893683272 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x611893683272 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x611893669ac8 - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x611893661469 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61189366a7dd - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61189369ffbc - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61189369fd32 - core[a96a4c5c53f902a3]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6118933d38cc - <core[a96a4c5c53f902a3]::result::Result<core[a96a4c5c53f902a3]::result::Result<catalystdb[bee67453b0ca32c]::resp::Response, catalystdb[bee67453b0ca32c]::err::Error>, actix[87ce7ac081991ab5]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x6118933d38cc - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:195:14
[INFO] [stdout]   22:     0x61189349585f - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1041:44
[INFO] [stdout]   23:     0x6118934890d0 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   24:     0x6118933a84e5 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::try_with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x6118933a706e - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x611893479666 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   27:     0x6118934981a6 - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   28:     0x61189348a0c5 - <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   29:     0x6118933c8ded - <core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   30:     0x6118933a662d - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   31:     0x6118933a516b - tokio[e0587a9363889c20]::runtime::coop::with_budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   32:     0x6118933a516b - tokio[e0587a9363889c20]::runtime::coop::budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   33:     0x6118933a516b - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   34:     0x611893376400 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Context>::enter::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   35:     0x61189339b3b0 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   36:     0x611893391094 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   37:     0x61189349a01b - <tokio[e0587a9363889c20]::runtime::context::scoped::Scoped<tokio[e0587a9363889c20]::runtime::scheduler::Context>>::set::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   38:     0x6118933c4539 - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   39:     0x6118933ad1b2 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::try_with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   40:     0x6118933a9ffe - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   41:     0x6118933bb58d - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   42:     0x611893385c40 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   43:     0x611893388f76 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   44:     0x61189338c9a3 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   45:     0x611893485643 - tokio[e0587a9363889c20]::runtime::context::runtime::enter_runtime::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   46:     0x611893372a96 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   47:     0x61189340059c - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on_inner::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   48:     0x611893401da6 - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   49:     0x611893479a60 - <tokio[e0587a9363889c20]::task::local::LocalSet>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   50:     0x61189344b805 - <actix_rt[52ea16b239ce10aa]::runtime::Runtime>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   51:     0x61189344bc69 - <actix_rt[52ea16b239ce10aa]::system::SystemRunner>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   52:     0x6118933e4d26 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:173:5
[INFO] [stdout]   53:     0x6118933d2767 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:174:30
[INFO] [stdout]   54:     0x6118934b3c46 - <catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_field_test::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x6118934e486b - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x6118934e486b - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   57:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x6118934f125b - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x6118934f125b - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x6118934f125b - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x6118934ec974 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x6118934ec974 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   67:     0x6118934f3e62 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x6118934f3e62 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   72:     0x6118934f3e62 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x61189368a44f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   74:     0x61189368a44f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x7d272f8bfaa4 - <unknown>
[INFO] [stdout]   76:     0x7d272f94ca64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- dbs::ops::get::test::get_wildcard_alias_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::ops::get::test::get_wildcard_alias_test' (22) panicked at src/dbs/entity.rs:133:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61189368ab4a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61189368ab4a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61189369f7fa - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61189369f7fa - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x61189368f4a2 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61189368f4a2 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x611893669a0f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x611893669a0f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x611893682ff9 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6118934f078c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x6118934f078c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x611893683272 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x611893683272 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x611893669afa - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x611893661469 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61189366a7dd - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61189369ffbc - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61189369ff82 - core[a96a4c5c53f902a3]::panicking::panic
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x61189341e277 - <catalystdb[bee67453b0ca32c]::dbs::entity::Entity>::evaluate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/entity.rs:133:9
[INFO] [stdout]   21:     0x61189342bff2 - <catalystdb[bee67453b0ca32c]::dbs::entity::Entity as actix[87ce7ac081991ab5]::handler::Handler<catalystdb[bee67453b0ca32c]::dbs::ops::get::Get>>::handle
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:46:38
[INFO] [stdout]   22:     0x6118933e6227 - <actix[87ce7ac081991ab5]::address::envelope::SyncEnvelopeProxy<catalystdb[bee67453b0ca32c]::dbs::ops::get::Get> as actix[87ce7ac081991ab5]::address::envelope::EnvelopeProxy<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>::handle
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/address/envelope.rs:82:23
[INFO] [stdout]   23:     0x6118933e588f - <actix[87ce7ac081991ab5]::address::envelope::Envelope<catalystdb[bee67453b0ca32c]::dbs::entity::Entity> as actix[87ce7ac081991ab5]::address::envelope::EnvelopeProxy<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>::handle
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/address/envelope.rs:55:16
[INFO] [stdout]   24:     0x6118933c6086 - <actix[87ce7ac081991ab5]::mailbox::Mailbox<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/mailbox.rs:83:25
[INFO] [stdout]   25:     0x6118934b11a4 - <actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/context_impl.rs:398:26
[INFO] [stdout]   26:     0x61189344f358 - <tokio[e0587a9363889c20]::runtime::task::core::Core<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   27:     0x61189345ea38 - <tokio[e0587a9363889c20]::loom::std::unsafe_cell::UnsafeCell<tokio[e0587a9363889c20]::runtime::task::core::Stage<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>>>>::with_mut::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::task::core::Core<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   28:     0x61189345ea38 - <tokio[e0587a9363889c20]::runtime::task::core::Core<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   29:     0x61189341992a - tokio[e0587a9363889c20]::runtime::task::harness::poll_future::<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   30:     0x611893465dd0 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<tokio[e0587a9363889c20]::runtime::task::harness::poll_future<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31:     0x6118933bd66e - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<tokio[e0587a9363889c20]::runtime::task::harness::poll_future<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}>, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x6118934d396b - __rust_try
[INFO] [stdout]   33:     0x6118934cd953 - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<tokio[e0587a9363889c20]::runtime::task::harness::poll_future<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x6118934cd953 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<tokio[e0587a9363889c20]::runtime::task::harness::poll_future<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>::{closure#0}>, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x61189341654f - tokio[e0587a9363889c20]::runtime::task::harness::poll_future::<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   36:     0x611893420192 - <tokio[e0587a9363889c20]::runtime::task::harness::Harness<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   37:     0x611893420413 - <tokio[e0587a9363889c20]::runtime::task::harness::Harness<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   38:     0x6118934b844b - tokio[e0587a9363889c20]::runtime::task::raw::poll::<actix[87ce7ac081991ab5]::context_impl::ContextFut<catalystdb[bee67453b0ca32c]::dbs::entity::Entity, actix[87ce7ac081991ab5]::context::Context<catalystdb[bee67453b0ca32c]::dbs::entity::Entity>>, alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   39:     0x611893611767 - <tokio[e0587a9363889c20]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   40:     0x6118935ebe82 - <tokio[e0587a9363889c20]::runtime::task::LocalNotified<alloc[c960326de6de28e6]::sync::Arc<tokio[e0587a9363889c20]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   41:     0x6118935f143b - <tokio[e0587a9363889c20]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:739:68
[INFO] [stdout]   42:     0x6118935f6f07 - tokio[e0587a9363889c20]::runtime::coop::with_budget::<(), <tokio[e0587a9363889c20]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   43:     0x6118935f6f07 - tokio[e0587a9363889c20]::runtime::coop::budget::<(), <tokio[e0587a9363889c20]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   44:     0x6118935f6f07 - <tokio[e0587a9363889c20]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:739:31
[INFO] [stdout]   45:     0x611893495c74 - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1045:29
[INFO] [stdout]   46:     0x6118934893a0 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   47:     0x6118933a87e5 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::try_with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   48:     0x6118933a715e - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   49:     0x611893479726 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   50:     0x611893498296 - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   51:     0x61189348a785 - <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   52:     0x6118933c8ead - <core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   53:     0x6118933a66ed - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   54:     0x6118933a564b - tokio[e0587a9363889c20]::runtime::coop::with_budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   55:     0x6118933a564b - tokio[e0587a9363889c20]::runtime::coop::budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   56:     0x6118933a564b - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   57:     0x611893376d60 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Context>::enter::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   58:     0x61189339d390 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   59:     0x6118933910f4 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   60:     0x61189349a40b - <tokio[e0587a9363889c20]::runtime::context::scoped::Scoped<tokio[e0587a9363889c20]::runtime::scheduler::Context>>::set::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   61:     0x6118933c45f9 - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   62:     0x6118933ad572 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::try_with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   63:     0x6118933aa11e - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   64:     0x6118933bb64d - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   65:     0x6118933868a0 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   66:     0x6118933890f6 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   67:     0x61189338d3c3 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   68:     0x611893485a93 - tokio[e0587a9363889c20]::runtime::context::runtime::enter_runtime::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   69:     0x611893372d36 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   70:     0x611893400aac - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on_inner::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   71:     0x611893402526 - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   72:     0x611893479be0 - <tokio[e0587a9363889c20]::task::local::LocalSet>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   73:     0x61189344b8f5 - <actix_rt[52ea16b239ce10aa]::runtime::Runtime>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   74:     0x61189344bd59 - <actix_rt[52ea16b239ce10aa]::system::SystemRunner>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   75:     0x6118933e4ea6 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:66:5
[INFO] [stdout]   76:     0x6118933d27f7 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:67:39
[INFO] [stdout]   77:     0x6118934b3d06 - <catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   78:     0x6118934e486b - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x6118934e486b - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   80:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   81:     0x6118934f125b - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   82:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   83:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   84:     0x6118934f125b - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   85:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   86:     0x6118934f125b - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   87:     0x6118934ec974 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   88:     0x6118934ec974 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   89:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   90:     0x6118934f3e62 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   91:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   92:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   93:     0x6118934f3e62 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   94:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   95:     0x6118934f3e62 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   96:     0x61189368a44f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   97:     0x61189368a44f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   98:     0x7d272f8bfaa4 - <unknown>
[INFO] [stdout]   99:     0x7d272f94ca64 - clone
[INFO] [stdout]  100:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::ops::get::test::get_wildcard_alias_test' (22) panicked at src/dbs/ops/get.rs:85:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61189368ab4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61189368ab4a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61189368ab4a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61189369f7fa - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61189369f7fa - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x61189368f4a2 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61189368f4a2 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x611893669a0f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x611893669a0f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x611893682ff9 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6118934f078c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x6118934f078c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x611893683272 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x611893683272 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x611893669ac8 - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x611893661469 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61189366a7dd - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61189369ffbc - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61189369fd32 - core[a96a4c5c53f902a3]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6118933d78d0 - <core[a96a4c5c53f902a3]::result::Result<core[a96a4c5c53f902a3]::result::Result<catalystdb[bee67453b0ca32c]::resp::Response, catalystdb[bee67453b0ca32c]::err::Error>, actix[87ce7ac081991ab5]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x6118933d78d0 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:85:14
[INFO] [stdout]   22:     0x611893495c1f - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1041:44
[INFO] [stdout]   23:     0x6118934893a0 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   24:     0x6118933a87e5 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::try_with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x6118933a715e - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::task::local::LocalData>>::with::<<tokio[e0587a9363889c20]::task::local::LocalSet>::with<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[a96a4c5c53f902a3]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x611893479726 - <tokio[e0587a9363889c20]::task::local::LocalSet>::with::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   27:     0x611893498296 - <tokio[e0587a9363889c20]::task::local::RunUntil<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   28:     0x61189348a785 - <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   29:     0x6118933c8ead - <core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}> as core[a96a4c5c53f902a3]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   30:     0x6118933a66ed - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   31:     0x6118933a564b - tokio[e0587a9363889c20]::runtime::coop::with_budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   32:     0x6118933a564b - tokio[e0587a9363889c20]::runtime::coop::budget::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   33:     0x6118933a564b - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   34:     0x611893376d60 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Context>::enter::<core[a96a4c5c53f902a3]::task::poll::Poll<()>, <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   35:     0x61189339d390 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   36:     0x6118933910f4 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   37:     0x61189349a40b - <tokio[e0587a9363889c20]::runtime::context::scoped::Scoped<tokio[e0587a9363889c20]::runtime::scheduler::Context>>::set::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   38:     0x6118933c45f9 - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   39:     0x6118933ad572 - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::try_with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   40:     0x6118933aa11e - <std[ec4e911328de40a6]::thread::local::LocalKey<tokio[e0587a9363889c20]::runtime::context::Context>>::with::<tokio[e0587a9363889c20]::runtime::context::set_scheduler<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   41:     0x6118933bb64d - tokio[e0587a9363889c20]::runtime::context::set_scheduler::<(alloc[c960326de6de28e6]::boxed::Box<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::Core>, core[a96a4c5c53f902a3]::option::Option<()>), <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   42:     0x6118933868a0 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>::{closure#0}, core[a96a4c5c53f902a3]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   43:     0x6118933890f6 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[a96a4c5c53f902a3]::pin::Pin<&mut <tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   44:     0x61189338d3c3 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   45:     0x611893485a93 - tokio[e0587a9363889c20]::runtime::context::runtime::enter_runtime::<<tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   46:     0x611893372d36 - <tokio[e0587a9363889c20]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   47:     0x611893400aac - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on_inner::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   48:     0x611893402526 - <tokio[e0587a9363889c20]::runtime::runtime::Runtime>::block_on::<<tokio[e0587a9363889c20]::task::local::LocalSet>::run_until<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   49:     0x611893479be0 - <tokio[e0587a9363889c20]::task::local::LocalSet>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   50:     0x61189344b8f5 - <actix_rt[52ea16b239ce10aa]::runtime::Runtime>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   51:     0x61189344bd59 - <actix_rt[52ea16b239ce10aa]::system::SystemRunner>::block_on::<catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   52:     0x6118933e4ea6 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:66:5
[INFO] [stdout]   53:     0x6118933d27f7 - catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:67:39
[INFO] [stdout]   54:     0x6118934b3d06 - <catalystdb[bee67453b0ca32c]::dbs::ops::get::test::get_wildcard_alias_test::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x6118934e486b - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x6118934e486b - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   57:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x6118934f125b - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x6118934f125b - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x6118934f125b - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x6118934f125b - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x6118934f125b - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x6118934ec974 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x6118934ec974 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   67:     0x6118934f3e62 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x6118934f3e62 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x6118934f3e62 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x6118934f3e62 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   72:     0x6118934f3e62 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x61189368a44f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   74:     0x61189368a44f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x7d272f8bfaa4 - <unknown>
[INFO] [stdout]   76:     0x7d272f94ca64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     dbs::graph::test::test_graph_table_fail
[INFO] [stdout]     dbs::ops::get::test::get_field_alias_test
[INFO] [stdout]     dbs::ops::get::test::get_field_test
[INFO] [stdout]     dbs::ops::get::test::get_wildcard_alias_test
[INFO] [stdout]     dbs::ops::get::test::get_wildcard_filter_false_test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 8 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin catalystdb`
[INFO] running `Command { std: "docker" "inspect" "0081da97174799e034e02b47f3c95eeac310380f3bbece73c080fb127f23696e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0081da97174799e034e02b47f3c95eeac310380f3bbece73c080fb127f23696e", kill_on_drop: false }`
[INFO] [stdout] 0081da97174799e034e02b47f3c95eeac310380f3bbece73c080fb127f23696e
